home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / user / cup_cupinformation.data < prev    next >
Text File  |  1999-11-29  |  2KB  |  36 lines

  1. /* English Translation for Cup_CupInformation.rexx */
  2.  
  3.   var.1  = "ci_error = 'ERROR :    (CupInformation)'"
  4.   var.2  = "ci_t1    = 'Cannot find '"
  5.   var.3  = "ci_t2    = 'Cannot open '"
  6.   var.4  = "ci_t3    = 'After '"
  7.   var.5  = "ci_t4    = ' for reading.'"
  8.   var.6  = "ci_t5    = ' for writing.'"
  9.   var.7  = "ci_t8    = 'Yes'"
  10.   var.8  = "ci_t9    = 'No'"
  11.   var.9  = "ci_t10   = 'Information for '"
  12.   var.10 = "ci_t11   = 'Away Goals           :'"
  13.   var.11 = "ci_t12   = '(Only for Two-Leg matches)'"
  14.   var.12 = "ci_t13   = 'Cup History          :'"
  15.   var.13 = "ci_t14   = 'Scheduling           :'"
  16.   var.14 = "ci_t15   = 'Manual'"
  17.   var.15 = "ci_t16   = 'Automatic'"
  18.   var.16 = "ci_t17   = 'Third Place Play-Off :'"
  19.   var.17 = "ci_t18   = 'This cup is scheduled for '"
  20.   var.18 = "ci_t19   = ' rounds, with the following settings'"
  21.   var.19 = "ci_t20   = 'regarding Extra Time and Penalties and Legs for each round as listed below...'"
  22.   var.20 = "ci_t21   = 'Round                  Settings                                Legs'"
  23.   var.21 = "ci_t22   = 'Best Record'"
  24.   var.22 = "ci_t23   = 'Rating = ((Goals Scored Home + (Goals Scored Away * 1.5)) / Goals Away) * Matches Played'"
  25.   var.23 = "ci_t24   = 'Pos   Team                            Pld  GoalsScored  GoalsAgainst  Rating'"
  26.   var.24 = "ci_t25   = 'Teams Participating :'"
  27.   var.25 = "ci_t26   = 'Current Round'"
  28.   var.26 = "ci_t27   = 'Cup Winners'"
  29.  
  30.  
  31. /* Please don't change the following lines */
  32.  
  33.   setclip('VarCount', 26)
  34.   do i = 1 to 26
  35.     call setclip('var.'i, var.i)
  36.   end